![]() |
QDStdGlyphsProcPtr |
||||
Header: | Quickdraw.h | Carbon status: | Supported | |
typedef OSStatus(* QDStdGlyphsProcPtr) ( void *dataStream, ByteCount size );
You would declare your function like this if you were to name it MyQDStdGlyphsCallback:
OSStatus MyQDStdGlyphsCallback ( void *dataStream, ByteCount size );
A result code.
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)